func runtime.stopTheWorld

7 uses

	runtime (current package)
		heapdump.go#L21: 	stopTheWorld("write heap dump")
		mprof.go#L769: 	stopTheWorld("profile")
		mprof.go#L849: 		stopTheWorld("stack trace")
		mstats.go#L403: 	stopTheWorld("read mem stats")
		os_linux.go#L720: 	stopTheWorld("doAllThreadsSyscall")
		proc.go#L1081: func stopTheWorld(reason string) {
		proc.go#L1132: 	stopTheWorld(reason)